home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.security.PrivilegedExceptionAction;
-
- final class ServerSocket$1 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- final ServerSocket this$0;
-
- ServerSocket$1(ServerSocket var1) {
- this.this$0 = var1;
- }
-
- public Object run() throws NoSuchMethodException {
- Class[] var1 = new Class[]{SocketAddress.class, Integer.TYPE};
- ServerSocket.access$000(this.this$0).getClass().getDeclaredMethod("connect", var1);
- return null;
- }
- }
-